home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Apple II / Essentials / Essentials.sea / File.Type.Notes / FTN.5A.0000 < prev    next >
Encoding:
Text File  |  1993-06-15  |  1.5 KB  |  44 lines  |  [TEXT/GEOL]

  1. Apple II
  2. File Type Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. File Type:      $5A (90)
  7. Auxiliary Type: $0000
  8. Pathname:       *:System:Sounds:Sound.Settings
  9.  
  10. Written by:     Dave Lyons                                          May 1992
  11.  
  12. The file with this type, auxiliary type, and pathname records the user's
  13. mappings from SysBeep2 codes to sound names.
  14. _____________________________________________________________________________
  15.  
  16.  
  17. The File Format
  18.  
  19. The file lists a number of Word/String pairs, just like an rTaggedStrings
  20. resource:
  21.  
  22. count        (+000) Word     Number of word/string pairs.
  23. firstWord    (+002) Word     Word value of first pair.
  24. firstString  (+004) String   Pascal string of first pair.
  25. secondWord   (+xxx) Word     Word value of second pair.
  26. secondString (+yyy) String   Pascal string of second pair.
  27. ...          ...    ...      ...
  28.  
  29. The word in each pair is either a SysBeep2 code ($0000..$3FFF) or $FFFE (for
  30. System Beep).  The string in each pair is the resource name of an
  31. rSoundSample resource present in any file in the *:System:Sounds folder.
  32.  
  33. There are two special strings:  "*" means Standard Beep, and "0" (zero) means
  34. Silence.
  35.  
  36. The order of the pairs is not important, but no two pairs can have the same
  37. word value.
  38.  
  39.  
  40. Further Reference
  41. _____________________________________________________________________________
  42.  
  43.    o   System 6 Documentation
  44.